Pokemon Move Version
@Serializable
Details about how a Pokémon can learn a move in a specific version group. See: https://pokeapi.co/docs/v2#pokemonmoveversion
Parameters
move Learn Method
The method by which the Pokémon can learn the move.
version Group
The version group in which the move can be learned.
level Learned At
The level at which the Pokémon learns the move, if applicable.
order
The order in which the move is learned, if applicable.
Constructors
Link copied to clipboard
constructor(moveLearnMethod: Handle.Named<MoveLearnMethod>, versionGroup: Handle.Named<VersionGroup>, levelLearnedAt: Int, order: Int?)